GET EventGenerator/GetUpdatedInfo
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
eventGeneratorIds | Collection of integer |
Required |
|
wmid | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of EventGeneratorUserInfoUpdatedInfoViewName | Description | Type | Additional information |
---|---|---|---|
eventGeneratorId | integer |
None. |
|
dateLastUpdated | string |
None. |
|
dateLastUpdatedStr | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "eventGeneratorId": 1, "dateLastUpdated": "sample string 2", "dateLastUpdatedStr": "sample string 3" }, { "eventGeneratorId": 1, "dateLastUpdated": "sample string 2", "dateLastUpdatedStr": "sample string 3" } ]